home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
JCSM Shareware Collection 1993 November
/
JCSM Shareware Collection - 1993-11.iso
/
cl760
/
garfforj.lzh
/
README.DOC
< prev
next >
Wrap
Text File
|
1991-05-27
|
3KB
|
71 lines
Graph for Fortran v3.0 : Graph plotting on dot matrix printers
=================================================================
The GRAPH collection of Fortran subroutines provides a simple means of
plotting high quality scientific and engineering graphs on dot matrix
printers. The printer used must have graphics printing capability (such
as the IBM Proprinter and most Epson and Star dot matrix printers). The
subroutines can easily be incorporated into your own Fortran programs,
so that they print graphs as part of the program output. A sample main
program is supplied to demonstrate the use of the subroutines. This
sample program can be used as a stand-alone graph plotting program for
printing graphs from an ASCII data file. Several data files are supplied
to demonstrate the use and capabilities of the subroutines.
Features include resolution options (the highest resolution prints
interleaved rows for 120 dots per inch horizontal by 144 dpi vertical),
portrait or landscape modes, linear or logarithmic axes, labelling of
axes with control over size and position of axis text, overlaying grid
lines on the graph, automatic generation of legend tables with background
clearing and optional border, joining points with straight lines or a
cubic spline, plotting user-defined functions, passing a list of
parameters to the user-defined functions, clearing rectangular areas of
the graph with optional border, and placing text on the graph.
Usage: Fortran programming
Registration: US$35.00 or Aus$40-00
Special Requirements: Fortran 77 compiler,
Dot matrix printer with 8 pin graphics.
File Descriptions:
==================
README .exe Program for browsing through documents and manuals.
README .doc Brief description of disk contents.
REGIST .doc Registration form, and other information.
GRAPH .doc User's manual for the GRAPH programs and subroutines.
GRAPH .for Sample main program for plotting graphs from data files
(Fortran source code).
GRAPH .001 Graph data file - General graph demo (vertical and Hi-res).
GRAPH .002 Graph data file - Same as .001, but horizontal and Lo-res.
GRAPH .003 Graph data file - Graph of several continuous functions.
GRAPH .004 Graph data file - Demo of text, graph symbols and line styles.
GRAPHFNS.for Function segment containing user-defined functions.
(Fortran source code).
GRAPHLIB.for Subroutine library of graph plotting procedures for
plotting on dot matrix printers (Fortran source code).
GRF .bat Sample batch file for executing GRAPH with a data file.
---------------------------------------------------------------------------
Getting Started
----------------
For installation instructions insert the disk into drive A and type
GO from the A:>_ prompt.
Read the file GRAPH.DOC for instructions on how to use the routines.